﻿2026-08-28T15:28:28.4733731Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-28T15:28:28.4744667Z ##[group]Run actions/checkout@v4
2026-08-28T15:28:28.4746016Z with:
2026-08-28T15:28:28.4746852Z   repository: Gamexgit/FinanceManager
2026-08-28T15:28:28.4754443Z   token: ***
2026-08-28T15:28:28.4755258Z   ssh-strict: true
2026-08-28T15:28:28.4756009Z   ssh-user: git
2026-08-28T15:28:28.4756846Z   persist-credentials: true
2026-08-28T15:28:28.4757707Z   clean: true
2026-08-28T15:28:28.4758466Z   sparse-checkout-cone-mode: true
2026-08-28T15:28:28.4759399Z   fetch-depth: 1
2026-08-28T15:28:28.4760215Z   fetch-tags: false
2026-08-28T15:28:28.4761427Z   show-progress: true
2026-08-28T15:28:28.4762260Z   lfs: false
2026-08-28T15:28:28.4763056Z   submodules: false
2026-08-28T15:28:28.4763974Z   set-safe-directory: true
2026-08-28T15:28:28.4764976Z   allow-unsafe-pr-checkout: false
2026-08-28T15:28:28.4766314Z ##[endgroup]
2026-08-28T15:28:28.7269326Z Syncing repository: Gamexgit/FinanceManager
2026-08-28T15:28:28.7273234Z ##[group]Getting Git version info
2026-08-28T15:28:28.7275800Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-28T15:28:28.7279846Z [command]/usr/bin/git version
2026-08-28T15:28:28.7281837Z git version 2.55.0
2026-08-28T15:28:28.7287228Z ##[endgroup]
2026-08-28T15:28:28.7295682Z Temporarily overriding HOME='/home/runner/work/_temp/b74bc613-214a-488c-8204-e60555403f03' before making global git config changes
2026-08-28T15:28:28.7298592Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T15:28:28.7301835Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-28T15:28:28.7306455Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-28T15:28:28.7309303Z ##[group]Initializing the repository
2026-08-28T15:28:28.7314008Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-28T15:28:28.7315713Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-28T15:28:28.7317528Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-28T15:28:28.7319079Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-28T15:28:28.7320560Z hint: call:
2026-08-28T15:28:28.7321308Z hint:
2026-08-28T15:28:28.7322156Z hint: 	git config --global init.defaultBranch <name>
2026-08-28T15:28:28.7323176Z hint:
2026-08-28T15:28:28.7324139Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-28T15:28:28.7325856Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-28T15:28:28.7327185Z hint:
2026-08-28T15:28:28.7327918Z hint: 	git branch -m <name>
2026-08-28T15:28:28.7328785Z hint:
2026-08-28T15:28:28.7329900Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-28T15:28:28.7332019Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-28T15:28:28.7335014Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-28T15:28:28.7338558Z ##[endgroup]
2026-08-28T15:28:28.7340461Z ##[group]Disabling automatic garbage collection
2026-08-28T15:28:28.7341603Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T15:28:28.7344021Z ##[endgroup]
2026-08-28T15:28:28.7345454Z ##[group]Setting up auth
2026-08-28T15:28:28.7346710Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T15:28:28.7351154Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T15:28:28.7607614Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T15:28:28.7758077Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T15:28:28.8020012Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T15:28:28.8062946Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T15:28:28.8326549Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T15:28:28.8370881Z ##[endgroup]
2026-08-28T15:28:28.8372418Z ##[group]Fetching the repository
2026-08-28T15:28:28.8381744Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cc2b69028ee869fdec18e0f5cc1dc84c115cf6b9:refs/remotes/pull/56/merge
2026-08-28T15:28:30.0513734Z From https://github.com/Gamexgit/FinanceManager
2026-08-28T15:28:30.0520952Z  * [new ref]         cc2b69028ee869fdec18e0f5cc1dc84c115cf6b9 -> pull/56/merge
2026-08-28T15:28:30.0534677Z ##[endgroup]
2026-08-28T15:28:30.0536756Z ##[group]Determining the checkout info
2026-08-28T15:28:30.0538998Z ##[endgroup]
2026-08-28T15:28:30.0540841Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T15:28:30.0583133Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T15:28:30.0621580Z ##[group]Checking out the ref
2026-08-28T15:28:30.0636926Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/56/merge
2026-08-28T15:28:30.1156737Z Note: switching to 'refs/remotes/pull/56/merge'.
2026-08-28T15:28:30.1158651Z 
2026-08-28T15:28:30.1159938Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-28T15:28:30.1163235Z changes and commit them, and you can discard any commits you make in this
2026-08-28T15:28:30.1166451Z state without impacting any branches by switching back to a branch.
2026-08-28T15:28:30.1168819Z 
2026-08-28T15:28:30.1170185Z If you want to create a new branch to retain commits you create, you may
2026-08-28T15:28:30.1173393Z do so (now or later) by using -c with the switch command. Example:
2026-08-28T15:28:30.1175390Z 
2026-08-28T15:28:30.1176254Z   git switch -c <new-branch-name>
2026-08-28T15:28:30.1177570Z 
2026-08-28T15:28:30.1178500Z Or undo this operation with:
2026-08-28T15:28:30.1179960Z 
2026-08-28T15:28:30.1181162Z   git switch -
2026-08-28T15:28:30.1182581Z 
2026-08-28T15:28:30.1184200Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-28T15:28:30.1186460Z 
2026-08-28T15:28:30.1189138Z HEAD is now at cc2b690 Merge 0f7a5b7ad9ec7f7c617ba1686ee4c27b3599fa47 into bef766b54576807f9963696202ada9bf32a98167
2026-08-28T15:28:30.1197274Z ##[endgroup]
2026-08-28T15:28:30.1237481Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T15:28:30.1258852Z cc2b69028ee869fdec18e0f5cc1dc84c115cf6b9
